projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0219565
)
Remove C-c C-j binding.
author
J.D. Smith
<jdsmith@as.arizona.edu>
Wed, 19 Apr 2006 21:17:12 +0000
(21:17 +0000)
committer
J.D. Smith
<jdsmith@as.arizona.edu>
Wed, 19 Apr 2006 21:17:12 +0000
(21:17 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index a44e252ca97eb4e0fc0b4b18f519287b6803da84..f8edc85c1ac1d3d10204912fc8f04bdd0161d19b 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-465,7
+465,6
@@
executed once when the buffer is created."
(define-key map "\C-c\C-l" 'comint-dynamic-list-input-ring)
(define-key map "\C-c\C-n" 'comint-next-prompt)
(define-key map "\C-c\C-p" 'comint-previous-prompt)
- (define-key map "\C-c\C-j" 'comint-restore-input)
(define-key map "\C-c\C-d" 'comint-send-eof)
(define-key map "\C-c\C-s" 'comint-write-output)
(define-key map "\C-c." 'comint-insert-previous-argument)